home *** CD-ROM | disk | FTP | other *** search
- ; This script copies the JACOsub fonts to your fonts: directory.
-
- if not exists fonts/JACOsub.font
- echo "Cannot find any fonts to install!"
- wait 1
- quit
- endif
- failat 21
- makedir fonts:JACOsub
- makedir fonts:JACOsub_superhires
- if EXISTS fonts:JACOsub/24e
- delete fonts:JACOsub/24e
- endif
- copy fonts/JACOsub.font fonts:
- copy fonts/JACOsub_superhires.font fonts:
- copy fonts/JACOsub/#? fonts:JACOsub
- copy fonts/JACOsub_superhires/#? fonts:JACOsub_superhires
- if not warn
- delete fonts all quiet
- endif
-